home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / docs / mags / amique22.lha / ScreenMenu_v1.2.lha / ScreenMenu_v1.2 / ScreenMenu.h < prev    next >
C/C++ Source or Header  |  1992-09-02  |  1KB  |  38 lines

  1. #include <exec/libraries.h>
  2. #include <exec/memory.h>
  3. #include <exec/lists.h>
  4. #include <exec/nodes.h>
  5. #include <libraries/commodities.h>
  6. #include <libraries/gadtools.h>
  7. #include <dos/dos.h>
  8. #include <graphics/gfxmacros.h>
  9. #include <intuition/intuition.h>
  10. #include <intuition/intuitionbase.h>
  11. #include <string.h>
  12. #include <dos.h>
  13.  
  14. #include <proto/graphics.h>
  15. #include <proto/commodities.h>
  16. #include <proto/intuition.h>
  17. #include <proto/exec.h>
  18. #include <proto/gadtools.h>
  19. #include <proto/dos.h>
  20. #include <clib/alib_protos.h>
  21. #include <clib/alib_stdio_protos.h>
  22.  
  23.  
  24. void main(int argc, char **argv);
  25. void windowtime(void);
  26. UWORD MakeScreenList(struct List *ls);
  27. void FreeScreenList(struct List *ls);
  28. void ProcessBrokerMsg(void);
  29. void ProcessEvent(struct Window *win,struct List *ls,struct Gadget *lv,UWORD number);
  30. extern int SetupScreen( void );
  31. extern void CloseDownScreen( void );
  32. extern int OpenSMWindow( void );
  33. extern void CloseSMWindow( void );
  34.  
  35.  
  36. extern struct Gadget *SMGadgets[];
  37. extern struct Window *SMWnd;
  38.